golang.org/x/text/unicode/norm.nfcTrie.lookupValue (method)
13 uses
golang.org/x/text/unicode/norm (current package)
tables15.0.0.go#L2797: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L2813: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L2835: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L2850: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L2854: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L2858: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L2882: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L2898: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L2920: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L2935: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L2939: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L2943: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L2956: func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {